TOraInterval class overview.
Properties
Name | Description |
AsString |
Used to get and set the interval value as string.
|
DescriptorType |
Used to define the descriptor type allocated to operate with the interval value.
|
FracPrecision |
Used to get or set the interval fractional second precision.
|
IsNull |
Used to get or set the null interval value flag.
|
LeadPrecision |
Used to get or set the leading field precision.
|
OCIInterval |
Used to get or set the OCIInterval descriptor handle.
|
OCIIntervalPtr |
Used to get the OCIInterval type locator.
|
RefCount (inherited from TSharedObject) |
Used to return the count of reference to a TSharedObject object.
|
Methods
Name | Description |
AddRef (inherited from TSharedObject) |
Increments the reference count for the number of references dependent on the TSharedObject object.
|
AllocInterval |
Allocates the OCIInterval descriptor handle.
|
Compare |
Compares the current TOraInterval value with the Dest value.
|
FreeInterval |
Frees the OCIInterval descriptor handle.
|
GetDaySecond |
Gets the values of the day and second from an interval.
|
GetYearMonth |
Gets the values of the year and month from an interval.
|
Release (inherited from TSharedObject) |
Decrements the reference count.
|
SetDaySecond |
Used to set the values of the day and second from in an interval.
|
SetYearMonth |
Sets the values of the year and month in an interval.
|